home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/StructureElements')
- {
- group()
- {
- cluster(name: '$$$/Dialogs/StructureElements/StructureLabel')
- {
- list_box(item_id: 'List', width: 400, height: 150);
-
- view(alignment: align_center, align_children: align_row)
- {
- button(item_id: 'Sall', name: '$$$/Dialogs/StructureElements/SelectAll');
- button(item_id: 'Call', name: '$$$/Dialogs/StructureElements/ClearAll');
- }
- }
- ok_cancel();
- }
- }
-